home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
MISCEOUS
/
WORLD3.LZH
/
WORLD.ZIP
/
SWINST.BAT
< prev
Wrap
DOS Batch File
|
1988-05-12
|
764b
|
34 lines
rem SWINST.BAT SWIVEL viewing utility for The World Digitized
rem
rem This batch file installs The World Digitized on your hard disk.
rem If the designation of your hard drive is not "C:", Control C
rem out of this command file and correct it before continuing.
rem
pause
rem
verify on
mkdir africa
mkdir antarcti
mkdir asia
mkdir australi
mkdir europe
mkdir northame
mkdir southame
cd africa
pkxarc ..\africa.arc
cd ..\antarcti
pkxarc ..\antarcti.arc
cd ..\asia
pkxarc ..\asia.arc
cd ..\australi
pkxarc ..\australi.arc
cd ..\europe
pkxarc ..\europe.arc
cd ..\northame
pkxarc ..\northame.arc
cd ..\southame
pkxarc ..\southame.arc
cd ..
rem All files are unpacked.
rem You may now delete the ARC files if you desire.